home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
MacPowerオリジナル
/
Edutainment World
/
チャンプジム for DEMO
/
DIR
/
SETTEI.DIR
/
00002_Script_2
< prev
next >
Wrap
Text File
|
1997-09-24
|
656b
|
25 lines
on exitFrame
global SETTEI,stockSETTEI
set stockSETTEI = value(string(SETTEI))
repeat with i=18 to 21
puppetSprite i,true
end repeat
if getAt(SETTEI,1) = 1 then
set the hilite of cast "ñ珞メ鑰ëヒヌンヌネ" to true
set the hilite of cast "鑰ëヒヌオヌサヌ「" to false
else
set the hilite of cast "ñ珞メ鑰ëヒヌンヌネ" to false
set the hilite of cast "鑰ëヒヌオヌサヌ「" to true
end if
if getAt(SETTEI,2) = 1 then
set the hilite of cast "BGMヌ☞ヒ" to true
set the hilite of cast "BGMヌサヌオ" to false
else
set the hilite of cast "BGMヌ☞ヒ" to false
set the hilite of cast "BGMヌサヌオ" to true
end if
end